Index: wp-includes/media.php
===================================================================
--- wp-includes/media.php	(revision 16485)
+++ wp-includes/media.php	(working copy)
@@ -1186,7 +1186,7 @@
 					return $this->maybe_make_link( $url );
 
 				if ( !empty($cache) )
-					return apply_filters( 'embed_oembed_html', $cache, $url, $attr );
+					return apply_filters( 'embed_oembed_html', $cache, $url, $attr, $post_ID );
 			}
 
 			// Use oEmbed to get the HTML
@@ -1199,7 +1199,7 @@
 
 			// If there was a result, return it
 			if ( $html )
-				return apply_filters( 'embed_oembed_html', $html, $url, $attr );
+				return apply_filters( 'embed_oembed_html', $html, $url, $attr, $post_ID );
 		}
 
 		// Still unknown
