index
:
gst-plugins-bad
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
master
LV2 for GStreamer (SoC 2009)
dave@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gst-libs
/
gst
/
play
Age
Commit message (
Expand
)
Author
Files
Lines
2004-01-30
done operating
Thomas Vander Stichele
4
-1227
/
+3
2004-01-30
removing deprecated code
Thomas Vander Stichele
3
-2680
/
+0
2004-01-29
ext/gnomevfs/gstgnomevfssrc.c: Fixing seeking emiting FLUSH and even before D...
Julien Moutte
2
-14
/
+20
2004-01-28
gst-libs/gst/play/gstplay.c: seek on video sink element first.
Julien Moutte
2
-4
/
+4
2004-01-27
gst-libs/gst/play/gstplay.c: Fixing the way to get current position.
Julien Moutte
2
-22
/
+46
2004-01-27
gst-libs/gst/play/gstplay.c: The easiest fix ever... Inverting 2 lines of cod...
Julien Moutte
2
-2
/
+2
2004-01-25
gst-libs/gst/play/gstplay.c: Another try in visualization implementation. Sti...
Julien Moutte
2
-266
/
+296
2004-01-22
gst-libs/gst/play/gstplay.c: Reworked the pipeline from scratch. Visualizatio...
Julien Moutte
2
-394
/
+490
2004-01-14
gst-libs/gst/play/gstplay.c: Preparing switch integration, adding videobalanc...
Julien Moutte
2
-60
/
+126
2004-01-14
gst-libs/gst/play/gstplay.c: Query the audio element to get the time, not the...
Benjamin Otte
2
-6
/
+12
2004-01-12
gst-libs/gst/play/gstplay.c: When analyzing the pads of an element the bin is...
Julien Moutte
2
-6
/
+10
2004-01-12
Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow...
David Schleef
3
-3
/
+3
2004-01-07
examples/gstplay/Makefile.am: Adding the interface library.
Julien Moutte
5
-5
/
+16
2003-12-22
Merge CAPS branch
David Schleef
3
-102
/
+102
2003-12-21
examples/gstplay/player.c: using g_print instead of g_message.
Julien Moutte
2
-10
/
+16
2003-12-21
configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to find X d...
Julien Moutte
2
-4
/
+20
2003-12-16
Harmonize state of sinks with the pipeline state.
Julien Moutte
2
-12
/
+10
2003-12-14
Synchronizing my changes.
Julien Moutte
4
-442
/
+408
2003-12-11
Using private structure for members so that we have more chance that the head...
Julien Moutte
5
-224
/
+256
2003-12-09
Change GST_*_PADDING to _gst_private[GST_PADDING]
David Schleef
3
-6
/
+6
2003-12-08
Adding visualization.
Julien Moutte
4
-226
/
+536
2003-12-07
time_tick works.
Julien Moutte
4
-4
/
+384
2003-12-07
Updating with my local repository. It already plays video with sound :) Great !
Julien Moutte
4
-10
/
+476
2003-12-07
Adding my work in progress rewrite from scratch of libgstplay.
Julien Moutte
4
-0
/
+1030
2003-11-07
Remove all config.h includes from header files, add it to each source file an...
Ronald S. Bultje
1
-0
/
+4
2003-10-09
add object and struct padding
David Schleef
1
-0
/
+4
2003-10-06
There was a floating doubt on the way visualization is written. We use 'z' ev...
Julien Moutte
3
-29
/
+29
2003-09-15
Changing have_xid to have_video_out to match the new GstVideoSink parent object.
Julien Moutte
3
-62
/
+93
2003-07-22
Fix another instance of audio/raw -> audio/x-raw-int and video/raw -> video/x...
Joshua N. Pritikin
1
-3
/
+6
2003-07-12
fixing buggy error handling
Julien Moutte
1
-3
/
+7
2003-06-16
Fixing indentation
Julien Moutte
3
-2032
/
+1963
2003-06-07
warn on state change failures
Thomas Vander Stichele
1
-6
/
+12
2003-06-01
Fixing error message when a plugin is missing (gst-player -> libgstplay).
Julien Moutte
1
-6
/
+5
2003-05-30
Error handling is inside and works :)
Julien Moutte
3
-118
/
+22
2003-05-21
Links also against libgstcontrol
David Schleef
1
-1
/
+1
2003-05-12
make error signal use the right types
Benjamin Otte
1
-1
/
+1
2003-05-12
uh, maybe putting new signals before LAST_SIGNAL might help against memory co...
Benjamin Otte
1
-1
/
+2
2003-05-06
deep-notify can come from pads too, replacing GstElement by GstObject.
Julien Moutte
2
-8
/
+8
2003-05-02
Gcc < 3.0 fix
Ronald S. Bultje
1
-1
/
+3
2003-04-28
Make vis_video_thread play when connected afterwards
Julien Moutte
1
-0
/
+8
2003-04-23
Removing avifile and http plugins, also fixing some disting issues
Christian Schaller
1
-0
/
+1
2003-04-20
Made a theorical libgstplay which refs/unrefs elements before putting them in...
Julien Moutte
2
-5
/
+42
2003-04-17
Changed sanity checks according to BBB feedback
Julien Moutte
1
-2
/
+4
2003-04-13
make Company happy : Changed visualisation pipeline structure.. audio sink is...
Julien Moutte
2
-80
/
+67
2003-04-10
Adding a lot of sanity checks
Julien Moutte
2
-21
/
+61
2003-04-02
Incorporating visualisation in libgstplay adding have_vis_xid signal and a ne...
Julien Moutte
3
-1
/
+567
2003-03-30
Fixed seeking discont with visualisation
Julien Moutte
3
-2
/
+26
2003-03-03
gst_play_get_sink_element has been improved :
Julien Moutte
3
-21
/
+94
2003-02-07
Documented libgstplay's public methods
Julien Moutte
1
-2
/
+114
2003-02-06
Code cleanup and reorganization
Julien Moutte
3
-574
/
+740
[next]