summaryrefslogtreecommitdiff
path: root/gstplayer
AgeCommit message (Expand)AuthorFilesLines
2011-10-18Use gst_buffer_unref instead of gst_object_unref on GstBuffer *frameReynaldo H. Verdejo Pinochet1-1/+1
2011-04-11WIP: Continue deborking GstMetadataRetriever.Reynaldo H. Verdejo Pinochet2-49/+37
2011-04-11WIP: use gst_caps_can_intersect()Reynaldo H. Verdejo Pinochet1-16/+6
2011-04-11CosmeticsReynaldo H. Verdejo Pinochet2-56/+47
2011-04-08Correctly unref gst_bin_get_by_name()'s resultReynaldo H. Verdejo Pinochet1-1/+5
2011-04-08g_strdup_printf -> g_strdupReynaldo H. Verdejo Pinochet1-2/+2
2011-04-08mPlayBin -> mUriDecodeBinReynaldo H. Verdejo Pinochet2-12/+12
2011-04-08Cosmetics & some more debug messagesReynaldo H. Verdejo Pinochet1-42/+40
2011-04-08WIP: Use capsfilter between ffmpegcolorspace and video scale to limit video f...Reynaldo H. Verdejo Pinochet1-1/+7
2011-04-08Add Copyright lines for me AT ccuReynaldo H. Verdejo Pinochet6-0/+6
2011-04-08Remove icebird-specific filesReynaldo H. Verdejo Pinochet3-641/+0
2011-04-08gst-indent the whole messReynaldo H. Verdejo Pinochet15-3084/+3236
2011-04-08Making GstMetadataRetriever display thumbnails:Reynaldo H. Verdejo Pinochet3-13/+16
2011-04-08CosmeticsReynaldo H. Verdejo Pinochet1-1/+1
2011-04-08Avoid double quoting uri stringsReynaldo H. Verdejo Pinochet1-2/+2
2011-04-08Avoid using gst_element_get_name if we dont need a copyReynaldo H. Verdejo Pinochet2-5/+5
2011-04-06Make GstMetadataRetriever not to borkReynaldo H. Verdejo Pinochet3-10/+83
2011-04-06Get libgstmetadataretriever builtReynaldo H. Verdejo Pinochet1-2/+2
2011-04-06Set the GST_REGISTRY variable so the registry cache is savedThibault Saunier2-0/+2
2011-04-04Set environment variables to get logs instead of argc/argvThibault Saunier2-46/+8
2011-03-23GstDriver: remove custom log functionAlessandro Decina1-5/+0
2011-03-23GstDriver: fix logging to fileAlessandro Decina1-10/+1
2011-03-23GstDriver: be more verbose about missing-plugin messagesAlessandro Decina2-1/+7
2011-03-18Use surfaceflingersink.Reynaldo H. Verdejo Pinochet2-9/+16
2011-03-10android: gah, user is deprecated, set LOCAL_MODULE_TAGS := eng debugAlessandro Decina1-1/+1
2011-03-10android: err... actually set LOCAL_MODULE_TAGS := userAlessandro Decina1-1/+1
2011-03-09android: set LOCAL_MODULE_TAGS := engAlessandro Decina1-1/+1
2011-03-08Disable GstMetadataRetriever for now, it doesn't build with gingerbreadAlessandro Decina1-2/+1
2011-03-01Don't check for STECONF_ANDROID_VERSION_FROYOAlessandro Decina2-4/+2
2011-03-01Build fixesAlessandro Decina3-312/+126
2010-12-06GStreamer based backend for AndroidBenjamin Gaignard17-0/+5808